Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_alnum
ctype_alnum
Check alphanumeric characters
Name:
ctype_alnum
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check alphanumeric characters
Related
How to prevent path traversal attacks when loading GD2 images
1
Use md5_file() to detect whether the web page has been tampered with (applicable to cache files)
2
Encapsulate a universal packaging function that supports multiple formats
10
Design a key-value pair generation function that is compatible with array_flip()
4
Similar Functions
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
ctype_graph
ctype_graph
Checkforanyprintable
ctype_punct
ctype_punct
Checkforprintablecha
ctype_space
ctype_space
Checkspacecharacters
ctype_alnum
ctype_alnum
Checkalphanumericcha
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_lower
ctype_lower
Checklowercasecharac
Popular Articles